SessionExchangeParameters

data class SessionExchangeParameters(    val intermediateSessionToken: String,     val organizationId: String,     val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with exchanging sessions between organizations.

Constructors

Link copied to clipboard
fun SessionExchangeParameters(    intermediateSessionToken: String,     organizationId: String,     sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val intermediateSessionToken: String

is the unique sequence of characters used to authenticate a member

Link copied to clipboard
val organizationId: String

is the organization ID of the desired organization

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires